projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55fb4ff
)
(Man-goto-page): Make second argument NOERROR optional.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 24 Jul 2005 01:03:25 +0000
(
01:03
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 24 Jul 2005 01:03:25 +0000
(
01:03
+0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 70304d320435ea4a879049268fbc3c38cd9200e3..ed6112e1978440938d2e969cec6cd5dc79b5917c 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-1350,7
+1350,7
@@
Specify which REFERENCE to use; default is based on word at point."
(interactive)
(quit-window))
-(defun Man-goto-page (page noerror)
+(defun Man-goto-page (page
&optional
noerror)
"Go to the manual page on page PAGE."
(interactive
(if (not Man-page-list)